The Imagick class
PHP Manual

Imagick::getImageGeometry

(PECL imagick 2.0.0)

Imagick::getImageGeometryGets the width and height as an associative array

Descripción

array Imagick::getImageGeometry ( void )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Returns the width and height as an associative array.

Valores retornados

Returns an array with the width/height of the image. Throw an ImagickException on error.


The Imagick class
PHP Manual